All Questions
8 questions
2votes
2answers
102views
Add category section and save in database in admin section with java and javafx using mvc
As I newbie in (java and MVC), I want to know if I understand MVC using java. My concern is that some of the calls of the class are in the wrong place or, for example, I should have used the interface ...
3votes
1answer
179views
JavaFX CRUD app for rescue animals
I'm fairly new to Java, and I've been working on the following program. It's a basic CRUD app utilizing JavaFX and MVC design pattern. I'm seeking advice because the class I took on Java only covered ...
7votes
1answer
652views
Gem Puzzle game
I started learning JavaFX a few days ago and I have just created as an exercise a simple Gem Puzzle game. The puzzle pieces can be moved if we click on them. The visual aspect of the game is very ...
6votes
1answer
3kviews
Snake Game in JavaFX
I've made a simple snake game on which I want to expand with some properties and settings to allow the user to change the speed increments of the snake and the game field size. Before expanding on it ...
3votes
0answers
2kviews
Structure of a serial port reading program
I am writing a serial port communication app. And I thought I could get some feedback about the general structure of the program. If I am doing MVC correct, etc. Since this is a "large" program I ...
2votes
1answer
56views
Glorified Document Chooser
I'm primarily concerned about the design of this MVC application. But will gladly take any suggestions! Primary objective: Create an interface that allows a user to choose a document from a database. ...
2votes
1answer
4kviews
JavaFX app which does CRUD on a database table
I created my first java application for a college assignment. I tried my best to design my application using best practices of MVC design patterns. I have read about it on Stack Overflow and other ...
3votes
0answers
369views
Stylishly saving source
Simple tool to save a web page's source. A result of trying to learn and apply an MVC approach. The FXML is generated via Scene Builder, but included for completion. I welcome any general feedback on ...